home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000278_news@watsun.cc.columbia.edu _Wed Feb 24 22:00:01 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id VAA25334
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 24 Feb 1999 21:59:59 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id VAA16151
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 24 Feb 1999 21:32:05 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: C Lance Moxley <clm@uiuc.edu>
  10. Subject: Re: Setserial High Speed Help
  11. Date: 25 Feb 1999 02:31:55 GMT
  12. Organization: University of Illinois
  13. Message-ID: <7b2cmr$3er$1@vixen.cso.uiuc.edu>
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. In comp.os.linux.hardware Mickey Stein <yekkim@cts.com> wrote:
  17. > I know I missed 99% of this thread but I've got a 16750 UART and an ISDN modem.
  18. > The UART is capable of 921,600 baud_total. The Modem is capable of 230400 via a
  19. > special command to the modem. To setup the UART via setserial in Linux, I've got
  20. > to use a "setserial /dev/ttySx UART 16750 baud_total 921600 baud_divisor 4
  21. > spd_cust" command but forgive me for the syntax errors since I'm not in linux at
  22. > the moment. It's close to that command anyway. This allows the UART to operate at
  23. > 921600 (which is the true top speed for the 16750) divided by 4 which is the
  24. > divisor that'll give you 230400 and then spd_cust tells it that when you set the
  25. > baud rate to 38,400 to REALLY run at 230,400. I know that sounds insane but do a
  26. > man on setserial and check it out. No way can I do a setserial 230400 or ppp baud
  27. > set = 230400 and get anything to work.
  28.  
  29. This is the part that I need help with. My serial card has a 16650 
  30. UART. The manufacturer says that it will go 460800bps. So you're
  31. saying that if I set the baud_base to 460800 and the divisor to 2
  32. I'll be able to get 230400bps if I use spd_cust and set my ppp to
  33. use 38400?
  34.  
  35. I've poured over the setserial manual but didn't figure out that
  36. 38400 would really mean something else.
  37.  
  38. > The second part is whether you're using a modem on this serial port and if so :
  39. > is it an isdn modem or some modem that is really designed to operate at 230400?
  40. > There's only 2 isdn modems that I know of (bitsurfer and 3com iq) that'll run at
  41. > this speed and even then they won't take typed in "AT" commands at that speed. As
  42.  
  43. I have an Eicon Diva ISDN T/A. The manual says to drive the DTE at 230400
  44. if you can and that's what I'm trying to do. I don't know if it will
  45. take AT commands at that speed or not. If not, then how do you really
  46. get it to run at 230400? I mean, you have to dial a number somehow.
  47.  
  48. -- 
  49. C Lance Moxley
  50. http://www.uiuc.edu/ph/www/clm